Building a Buffer Data Structure
You need to provide a buffer data structure (BDS) to hold data that comprises multiple response packets whether you are sending the response data or receiving it. This section describes a utility,BuildBDS
, that ATP provides that allows you to create a BDS to be used for this purpose.
Subtopics
- BuildBDS